production enviorment config fix retry again

jamesperet 9 years ago
parent
commit
282764c9f5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      config/environments/production.rb

+ 3 - 0
config/environments/production.rb

@@ -28,6 +28,7 @@ RailsWebsiteTemplate::Application.configure do
28 28
 
29 29
   # Do not fallback to assets pipeline if a precompiled asset is missed.
30 30
   config.assets.compile = false
31
+  config.assets.initialize_on_precompile = false
31 32
 
32 33
   # Generate digests for assets URLs.
33 34
   config.assets.digest = true
@@ -71,6 +72,8 @@ RailsWebsiteTemplate::Application.configure do
71 72
 
72 73
   # Send deprecation notices to registered listeners.
73 74
   config.active_support.deprecation = :notify
75
+  
76
+  
74 77
 
75 78
   # Disable automatic flushing of the log to improve performance.
76 79
   # config.autoflush_log = false